PokeathlonStat

@Serializable
data class PokeathlonStat(val id: Int, val name: String, val names: List<Name>, val affectingNatures: NaturePokeathlonStatEffectSets) : NamedModel(source)

Pokeathlon stats are different qualities a Pokémon can have in the Pokeathlon competitions. See: https://pokeapi.co/docs/v2#pokeathlonstat

Parameters

id

The identifier for this Pokeathlon stat resource.

name

The name for this Pokeathlon stat resource.

names

The name of this Pokeathlon stat listed in different languages.

affectingNatures

A set of natures and how they affect this Pokeathlon stat.

Constructors

Link copied to clipboard
constructor(id: Int, name: String, names: List<Name>, affectingNatures: NaturePokeathlonStatEffectSets)

Properties

Link copied to clipboard
open override val id: Int
Link copied to clipboard
open override val name: String
Link copied to clipboard